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
/
print
Age
Commit message (
Expand
)
Author
Lines
2018-07-29
Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov
bors
-1
/
+1
2018-07-29
Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakis
bors
-6
/
+4
2018-07-27
Use slices where a vector is not necessary
ljedrz
-1
/
+1
2018-07-27
Use str::repeat
Shotaro Yamada
-6
/
+4
2018-07-27
Prefer to_string() to format!()
ljedrz
-1
/
+1
2018-07-18
Implement existential types
Oliver Schneider
-5
/
+19
2018-07-14
Remove most of `PartialEq` impls from AST and HIR structures
Vadim Petrochenkov
-1
/
+3
2018-07-10
Deny bare trait objects in in src/libsyntax
ljedrz
-12
/
+12
2018-06-27
Generate the `NodeId` for `existential type` in the AST
Oliver Schneider
-1
/
+1
2018-06-26
inclusive range syntax lint (`...` → `..=`)
Zack M. Davis
-2
/
+2
2018-06-23
hygiene: Rename `MarkKind` to `Transparency`
Vadim Petrochenkov
-2
/
+2
2018-06-22
Update libsyntax test
Taylor Cramer
-4
/
+14
2018-06-21
async await desugaring and tests
Taylor Cramer
-6
/
+18
2018-06-21
Parse async fn header.
Without Boats
-27
/
+20
2018-06-20
Make GenericBound explicit
varkor
-5
/
+5
2018-06-20
Rename ParamBound(s) to GenericBound(s)
varkor
-5
/
+5
2018-06-20
Rename TraitTyParamBound to ParamBound::Trait
varkor
-4
/
+4
2018-06-20
Remove name from GenericParamKind::Lifetime
varkor
-22
/
+15
2018-06-20
Use ParamBounds in WhereRegionPredicate
varkor
-17
/
+15
2018-06-20
Lift bounds into GenericParam
varkor
-9
/
+14
2018-06-20
Rename structures in ast
varkor
-10
/
+10
2018-06-20
Remove methods from ast::GenericParam and ast::Generics
varkor
-1
/
+1
2018-06-20
Refactor ast::GenericParam as a struct
varkor
-19
/
+17
2018-06-20
Rename ast::GenericParam and ast::GenericArg
varkor
-10
/
+10
2018-06-20
Make method and variable names more consistent
varkor
-6
/
+8
2018-06-20
Rename "parameter" to "arg"
varkor
-14
/
+14
2018-06-20
Rename PathParameter(s) to GenericArg(s)
varkor
-7
/
+7
2018-06-20
Rename *Parameter to *Param
varkor
-4
/
+4
2018-06-20
Consolidate PathParameters and AngleBracketedParameterData
varkor
-19
/
+10
2018-06-14
create multiple HIR items for a use statement
QuietMisdreavus
-1
/
+1
2018-05-26
Auto merge of #51072 - petrochenkov:ifield, r=eddyb
bors
-2
/
+2
2018-05-26
Add `Ident::as_str` helper
Vadim Petrochenkov
-2
/
+2
2018-05-24
restore emplacement syntax (obsolete)
Niko Matsakis
-0
/
+7
2018-05-22
rustc: Correctly pretty-print macro delimiters
Alex Crichton
-54
/
+50
2018-05-19
rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded cons...
Eduard-Mihai Burtescu
-6
/
+6
2018-05-17
Turn some functions from `token.rs` into methods on `Ident`
Vadim Petrochenkov
-1
/
+1
2018-05-16
Auto merge of #50045 - est31:label_break_value, r=eddyb
bors
-3
/
+12
2018-05-16
label-break-value: Parsing and AST/HIR changes
est31
-3
/
+12
2018-05-15
Represent lifetimes as two joint tokens in proc macros
Vadim Petrochenkov
-0
/
+1
2018-05-13
Macros: Add a 'literal' fragment specifier
Dan Aloni
-0
/
+1
2018-05-06
Fix assertion message generation
Shotaro Yamada
-1
/
+1
2018-05-03
Auto merge of #50030 - flip1995:rfc2103, r=petrochenkov
bors
-16
/
+21
2018-05-03
Auto merge of #50391 - nnethercote:escape_unicode, r=eddyb
bors
-1
/
+1
2018-05-03
Remove parse::escape_default().
Nicholas Nethercote
-1
/
+1
2018-05-02
make it compile again
flip1995
-8
/
+8
2018-05-02
Remove Option from the return type of Attribute::name()
Seiichi Uchida
-0
/
+1
2018-05-02
Allow Path for name of MetaItem
Seiichi Uchida
-16
/
+20
2018-04-30
Extend Printer::buf on demand.
Nicholas Nethercote
-7
/
+23
2018-04-26
rustc_target: move in syntax::abi and flip dependency.
Irina Popa
-1
/
+1
2018-04-18
Auto merge of #49993 - nnethercote:shrink-Token, r=alexcrichton
bors
-3
/
+3
[next]