index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
util
Age
Commit message (
Expand
)
Author
Lines
2018-07-14
Remove some tests using AST comparisons, fix other tests
Vadim Petrochenkov
-8
/
+0
2018-07-14
Remove most of `PartialEq` impls from AST and HIR structures
Vadim Petrochenkov
-17
/
+3
2018-06-21
async await desugaring and tests
Taylor Cramer
-0
/
+2
2018-06-20
Rename ParamBound(s) to GenericBound(s)
varkor
-1
/
+1
2018-06-20
Use ParamBounds in WhereRegionPredicate
varkor
-2
/
+2
2018-06-20
Lift bounds into GenericParam
varkor
-1
/
+1
2018-06-20
Rename structures in ast
varkor
-1
/
+1
2018-06-20
Rename ast::GenericParam and ast::GenericArg
varkor
-1
/
+1
2018-06-20
Rename PathParameter(s) to GenericArg(s)
varkor
-2
/
+2
2018-05-24
restore emplacement syntax (obsolete)
Niko Matsakis
-5
/
+11
2018-04-12
AST/HIR: Merge field access expressions for named and numeric fields
Vadim Petrochenkov
-3
/
+0
2018-04-06
Remove more duplicated spans
Vadim Petrochenkov
-2
/
+2
2018-04-03
Remove all unstable placement features
Aidan Hobson Sayers
-10
/
+4
2018-03-02
Replace Rc with Lrc for shared data
John Kåre Alsaker
-3
/
+3
2018-01-15
Move `ExprPrecedence` to `libsyntax/util/parser.rs`
Esteban Küber
-0
/
+126
2018-01-15
Use single source of truth for expr precedence
Esteban Küber
-61
/
+1
2017-12-21
Add GenericParam, refactor Generics in ast, hir, rustdoc
Jonas Platte
-4
/
+4
2017-12-14
Use PathBuf instead of String where applicable
Oliver Schneider
-2
/
+4
2017-12-02
Auto merge of #46347 - raventid:did-you-mean-increase-accuracy, r=estebank
bors
-5
/
+27
2017-12-01
move comparator into +find_best_match_name+ function
Julian Kulesh
-5
/
+27
2017-11-30
Implement RFC 2128 (use_nested_groups)
Pietro Albini
-2
/
+2
2017-11-06
Using `...` in expressions is now an error
Badel2
-1
/
+2
2017-09-22
Add support for `..=` syntax
Alex Burka
-8
/
+9
2017-09-07
pprust: increase precedence of block-like exprs
Stuart Pernsteiner
-11
/
+9
2017-09-06
pprust: fix parenthesization of exprs
Stuart Pernsteiner
-1
/
+105
2017-06-26
Update and fix a few tests
Alex Crichton
-1
/
+1
2017-06-26
Implement `quote!` and other `proc_macro` API.
Jeffrey Seyfried
-1
/
+9
2017-05-16
Rollup merge of #41957 - llogiq:clippy-libsyntax, r=petrochenkov
Mark Simulacrum
-7
/
+8
2017-05-12
Fix some clippy warnings in libsyntax
Andre Bogus
-7
/
+8
2017-05-12
Pass crate attributes in visit.rs
Nick Cameron
-1
/
+1
2017-04-26
Implement a file-path remapping feature in support of debuginfo and reproduci...
Michael Woerister
-7
/
+8
2017-04-06
Introduce HashStable trait and base ICH implementations on it.
Michael Woerister
-0
/
+13
2017-03-10
Refactor out `ast::ItemKind::MacroDef`.
Jeffrey Seyfried
-5
/
+0
2017-03-03
Fix fallout in unit tests.
Jeffrey Seyfried
-4
/
+4
2017-03-03
Integrate `TokenStream`.
Jeffrey Seyfried
-7
/
+0
2017-01-22
Refactor `TokenStream`.
Jeffrey Seyfried
-0
/
+50
2016-12-06
annotate stricter lifetimes on LateLintPass methods to allow them to forward ...
Oliver Schneider
-1
/
+1
2016-11-21
Fix fallout in `rustdoc` and tests.
Jeffrey Seyfried
-5
/
+4
2016-11-21
Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...
Jeffrey Seyfried
-6
/
+5
2016-11-20
Move `syntax::util::interner` -> `syntax::symbol`, cleanup.
Jeffrey Seyfried
-113
/
+3
2016-11-11
Change implementation of syntax::util::SmallVector to use data_structures::Sm...
Mark-Simulacrum
-256
/
+61
2016-11-10
syntax: don't fake a block around closures' bodies during parsing.
Eduard Burtescu
-2
/
+2
2016-10-31
Changed most vec! invocations to use square braces
iirelu
-3
/
+3
2016-10-29
Move `CrateConfig` from `Crate` to `ParseSess`.
Jeffrey Seyfried
-4
/
+1
2016-10-25
Use `SmallVector` for `TtReader::stack`.
Nicholas Nethercote
-10
/
+40
2016-10-13
Get rid of double indirection in string interner by using `Rc<str>`
Vadim Petrochenkov
-25
/
+15
2016-09-07
Refactor code out of the folder implementation for `StripUnconfigured`.
Jeffrey Seyfried
-0
/
+6
2016-07-11
Factor the `RefCell` out of the `Interner`.
Jeffrey Seyfried
-60
/
+34
2016-07-11
Remove `Interner<T>` and rename `StrInterner` to `Interner`.
Jeffrey Seyfried
-136
/
+13
2016-07-11
Encapsulate `RcStr` in `syntax::util::interner`.
Jeffrey Seyfried
-56
/
+20
[next]