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
/
ext
/
build.rs
Age
Commit message (
Expand
)
Author
Lines
2014-07-11
Add scaffolding for assigning alpha-numeric codes to rustc diagnostics
Jakub Wieczorek
-0
/
+6
2014-07-08
Change DST syntax: type -> Sized?
Nick Cameron
-4
/
+4
2014-07-03
Simplify PatIdent to contain an Ident rather than a Path
John Clements
-2
/
+1
2014-06-16
rustc: Improve span for error about using a method as a field.
Kevin Butler
-2
/
+10
2014-06-14
rustc: Obsolete the `@` syntax entirely
Alex Crichton
-1
/
+1
2014-06-13
librustc: Fix the issue with labels shadowing variable names by making
Patrick Walton
-2
/
+29
2014-06-11
syntax: Move the AST from @T to Gc<T>
Alex Crichton
-195
/
+223
2014-06-08
Remove the dead code identified by the new lint
Jakub Wieczorek
-12
/
+3
2014-06-02
syntax: Remove use of `pub use` globs
klutzy
-2
/
+2
2014-05-26
syntax: Add a source field to `Local` for tracking if it comes from `let`s or...
Huon Wilson
-0
/
+2
2014-05-24
Changes from feedback
Steven Fackler
-4
/
+4
2014-05-24
Add AttrId to Attribute_
Steven Fackler
-2
/
+4
2014-05-08
libsyntax: Remove uses of `~str` from libsyntax, and fix fallout
Patrick Walton
-1
/
+3
2014-04-28
auto merge of #13791 : lifthrasiir/rust/mod-inner-span, r=huonw
bors
-2
/
+3
2014-04-27
syntax: `Mod` records the span for inner contents.
Kang Seonghoon
-2
/
+3
2014-04-26
syntax: ViewItemUse no longer contains multiple view paths.
Kang Seonghoon
-12
/
+12
2014-04-24
auto merge of #13713 : edwardw/rust/methodcall-span, r=alexcrichton
bors
-2
/
+3
2014-04-23
Allow attributes on match arms
Steven Fackler
-0
/
+1
2014-04-24
Calibrate span for method call error messages
Edward Wang
-2
/
+3
2014-04-23
Support unsized types with the `type` keyword
Nick Cameron
-0
/
+3
2014-04-23
Add a span to ast::TyParam
Nick Cameron
-1
/
+4
2014-04-10
Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up...
Kasey Carrothers
-1
/
+1
2014-04-04
syntax: remove obsolete mutability from ExprVec and ExprRepeat.
Eduard Burtescu
-1
/
+1
2014-04-03
syntax: Remove AbiSet, use one Abi
Alex Crichton
-2
/
+2
2014-03-30
Removed deprecated functions `map` and `flat_map` for vectors and slices.
Marvin Löbel
-6
/
+4
2014-03-27
serialize: use Result
Sean McArthur
-0
/
+48
2014-03-22
syntax: Fix fallout of removing get()
Alex Crichton
-1
/
+1
2014-03-22
Migrate all users of opt_vec to owned_slice, delete opt_vec.
Huon Wilson
-18
/
+15
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-2
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-2
/
+2
2014-03-17
De-@ codemap and diagnostic.
Eduard Burtescu
-1
/
+1
2014-03-12
Changed lists of lifetimes in ast and ty to use Vec instead of OptVec.
Felix S. Klock II
-6
/
+6
2014-03-12
alpha-rename .ident to .name in Lifetime, including in rustdoc.
Felix S. Klock II
-2
/
+2
2014-03-03
syntax: make match arms store the expr directly.
Huon Wilson
-1
/
+1
2014-03-01
libsyntax: Fix errors arising from the automated `~[T]` conversion
Patrick Walton
-11
/
+22
2014-03-01
libsyntax: Mechanically change `~[T]` to `Vec<T>`
Patrick Walton
-117
/
+113
2014-02-26
Replace callee_id with information stored in method_map.
Eduard Burtescu
-5
/
+4
2014-02-22
auto merge of #12451 : edwardw/rust/ident-2-name, r=cmr
bors
-2
/
+2
2014-02-21
syntax: add syntax extension helper to make simple view items
Erick Tryzelaar
-0
/
+17
2014-02-22
Represent lifetimes as Names instead of Idents
Edward Wang
-2
/
+2
2014-02-14
Removed the obsolete ast::CallSugar (previously used by `do`).
Eduard Burtescu
-4
/
+3
2014-02-07
Removed @self and @Trait.
Eduard Burtescu
-5
/
+0
2014-02-02
libsyntax: De-`@str` literal strings in the AST
Patrick Walton
-8
/
+12
2014-02-02
libsyntax: Introduce an `InternedString` type to reduce `@str` in the
Patrick Walton
-6
/
+22
2014-01-30
Implement default type parameters in generics.
Eduard Burtescu
-3
/
+14
2014-01-27
Demote self to an (almost) regular argument and remove the env param.
Eduard Burtescu
-4
/
+5
2014-01-26
Removed all instances of XXX in preparation for relaxing of FIXME rule
Salem Talha
-3
/
+3
2014-01-21
[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior
Simon Sapin
-1
/
+1
2014-01-16
Load macros from external modules
Steven Fackler
-2
/
+2
2014-01-09
libsyntax: Renamed types, traits and enum variants to CamelCase.
Eduard Burtescu
-108
/
+99
[next]