Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Changes from 2 commits
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
6896ed3
use wasi crate
newpavlov Aug 19, 2019
23cc850
return 0 from errno function
newpavlov Aug 19, 2019
cb52065
replace libc::nanosleep with wasi::poll_oneoff
newpavlov Aug 19, 2019
75a553f
remove to_string
newpavlov Aug 19, 2019
7a4f0ae
use wasi::get_args
newpavlov Aug 19, 2019
52d2871
use wasi::get_environ
newpavlov Aug 19, 2019
8394dbb
remove libc import
newpavlov Aug 19, 2019
338fc7d
use non-zero clock id
newpavlov Aug 19, 2019
7658a13
typo fix
newpavlov Aug 19, 2019
e5ba80a
use const
newpavlov Aug 19, 2019
c052376
fix
newpavlov Aug 19, 2019
744442d
fix C incompatibilities
newpavlov Aug 20, 2019
7daf890
Merge branch 'master' into wasi
newpavlov Aug 20, 2019
4dee102
use new get_args
newpavlov Aug 20, 2019
88fd945
update args
newpavlov Aug 21, 2019
a47e3c0
fixes
newpavlov Aug 21, 2019
926f364
move cvt
newpavlov Aug 21, 2019
3772146
Merge branch 'master' into wasi
newpavlov Aug 24, 2019
6374b84
update to wasi v0.7
newpavlov Aug 29, 2019
06acfb2
add wasi license to the licenses whitelist
newpavlov Aug 29, 2019
127311b
whitelist wasi crate
newpavlov Aug 29, 2019
0a757df
Update libc to 0.2.62
mati865 Aug 30, 2019
9fd203a
simplify code
newpavlov Aug 30, 2019
6ed50f4
Rename test locals to work around LLDB bug
ranweiler Sep 1, 2019
991f436
Fix regex replacement in theme detection
GuillaumeGomez Sep 2, 2019
0662fcf
make wasi a target-specific dependency
newpavlov Sep 3, 2019
cb84aa4
Improve searching in rustdoc and add tests
ayuusweetfish Sep 2, 2019
53fe764
Assume non-git LLVM is fresh if the stamp file exists
cuviper Sep 4, 2019
af06bfb
resolve: extract `resolve_params`.
Centril Aug 28, 2019
f8835ee
resolve: cleanup using `with_rib`, etc.
Centril Aug 28, 2019
6d537d4
resolve: simplify `resolve_arm`.
Centril Aug 28, 2019
219ddde
resolve: extract `try_resolve_as_non_binding`.
Centril Aug 28, 2019
f343e84
resolve: add `type IdentMap<T>` alias.
Centril Aug 28, 2019
fd3b441
resolve: move `fresh_binding`.
Centril Aug 28, 2019
dc91e22
resolve: move `resolve_block` to a better place.
Centril Aug 28, 2019
70cae78
resolve: already-bound-check: account for or-patterns.
Centril Aug 28, 2019
166a558
resolve: revamp already-bound check -- fix some bugs.
Centril Sep 1, 2019
498ec59
resolve: add tests for already-bound check.
Centril Sep 1, 2019
896a1c7
resolve: account for general or-patterns in consistency checking.
Centril Sep 1, 2019
33317c7
resolve: add test for missing bindings in or-patterns.
Centril Sep 1, 2019
aa7a02b
resolve: test binding mode consistency for or-patterns.
Centril Sep 1, 2019
dbe6873
resolve: test consistent or-patterns being allowed.
Centril Sep 3, 2019
ca968a1
or-patterns: syntax: simplify `Arm.pats` and `ExprKind::Let.0`.
Centril Aug 27, 2019
998060b
or-patterns: syntax: adjust `visit` and `mut_visit`.
Centril Aug 27, 2019
ad3db72
or-patterns: syntax: adjust parser removing a hack.
Centril Aug 27, 2019
424492a
or-patterns: syntax: adjust pretty printing.
Centril Aug 27, 2019
76625eb
or-patterns: syntax: adjust derive, format, and building.
Centril Aug 27, 2019
3fccbac
or-patterns: adjust librustc_lint.
Centril Aug 27, 2019
d8ef907
or-patterns: adjust lowering of `ast::Arm` & `ast::ExprKind::Let`.
Centril Aug 28, 2019
a867c5f
resolve: merge `resolve_pats` and `resolve_pattern_top`.
Centril Sep 1, 2019
be95dee
or-patterns: adjust save_analysis wrt. `process_var_decl{_multi}`.
Centril Sep 2, 2019
d70b0c5
or-patterns: fix pprust-expr-roundtrip due to AST change.
Centril Sep 3, 2019
a7db1a4
or-patterns: address review comments.
Centril Sep 4, 2019
0341b78
resolve: bool -> enum PatBoundCtx
Centril Sep 4, 2019
485697b
Better way of conditioning the sanitizer builds
infinity0 Sep 5, 2019
16ba502
or-patterns: fix fallout from #664128.
Centril Sep 5, 2019
bafff2d
Update Clippy
tesuji Sep 5, 2019
d4d5aa4
Fix invalid span generation when it should be div
GuillaumeGomez Sep 5, 2019
0b7ba6e
std: Improve downstream codegen in `Command::env`
alexcrichton Sep 4, 2019
060fe88
fill metadata in rustc_lexer's Cargo.toml
matklad Sep 5, 2019
bb1e425
Add Fuchsia to actually_monotonic
cramertj Sep 5, 2019
b457caa
Rollup merge of #63676 - newpavlov:wasi, r=alexcrichton
Mark-Simulacrum Sep 6, 2019
3691051
Rollup merge of #64019 - mati865:libc, r=alexcrichton
Mark-Simulacrum Sep 6, 2019
206596c
Rollup merge of #64052 - ranweiler:debuginfo-boxed-struct-64050, r=al…
Mark-Simulacrum Sep 6, 2019
8dab014
Rollup merge of #64094 - kawa-yoiko:rustdoc-search, r=GuillaumeGomez
Mark-Simulacrum Sep 6, 2019
5f1acb7
Rollup merge of #64096 - GuillaumeGomez:theme-regex-fix, r=Mark-Simul…
Mark-Simulacrum Sep 6, 2019
a24934b
Rollup merge of #64111 - Centril:ast-only-patkind-or, r=petrochenkov
Mark-Simulacrum Sep 6, 2019
9dda232
Rollup merge of #64156 - cuviper:gitless-llvm, r=alexcrichton
Mark-Simulacrum Sep 6, 2019
a313f6c
Rollup merge of #64166 - infinity0:master, r=alexcrichton
Mark-Simulacrum Sep 6, 2019
da1a049
Rollup merge of #64171 - lzutao:clippy-fix, r=oli-obk
Mark-Simulacrum Sep 6, 2019
9e477bf
Rollup merge of #64175 - GuillaumeGomez:replace-span-when-it-should-b…
Mark-Simulacrum Sep 6, 2019
775c9e5
Rollup merge of #64186 - alexcrichton:improve-env-codegen, r=sfackler
Mark-Simulacrum Sep 6, 2019
d909170
Rollup merge of #64190 - matklad:meta, r=cramertj
Mark-Simulacrum Sep 6, 2019
16ee07e
Rollup merge of #64198 - cramertj:fuchsia-monotonic, r=alexcrichton
Mark-Simulacrum Sep 6, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/librustc_lexer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@
authors = ["The Rust Project Developers"]
name = "rustc_lexer"
version = "0.1.0"
license = "MIT OR Apache-2.0"
edition = "2018"

repository = "https://github.com/rust-lang/rust/"
description = """
Rust lexer used by rustc. No stability guarantees are provided.
"""

# Note: do not remove this blank `[lib]` section.
# This will be used when publishing this crate as `rustc-ap-rustc_lexer`.
[lib]
Expand Down