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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
ext
/
deriving
/
rand.rs
Age
Commit message (
Expand
)
Author
Lines
2014-03-30
Removed deprecated functions `map` and `flat_map` for vectors and slices.
Marvin Löbel
-3
/
+3
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
-1
/
+1
2014-03-12
Changed lists of lifetimes in ast and ty to use Vec instead of OptVec.
Felix S. Klock II
-2
/
+1
2014-03-12
std: Move rand to librand.
Huon Wilson
-4
/
+3
2014-03-01
libsyntax: Fix errors arising from the automated `~[T]` conversion
Patrick Walton
-2
/
+4
2014-03-01
libsyntax: Mechanically change `~[T]` to `Vec<T>`
Patrick Walton
-19
/
+19
2014-02-21
syntax: Allow syntax extensions to have attributes
Erick Tryzelaar
-0
/
+1
2014-02-13
Tweak ItemDecorator API
Steven Fackler
-3
/
+3
2014-02-11
libsyntax -- fix unsafe sharing in closures
Niko Matsakis
-5
/
+6
2014-02-08
Update deriving to pass around the `cx` linearly
Niko Matsakis
-4
/
+3
2014-02-08
syntax: convert deriving to take &mut ExtCtxt.
Huon Wilson
-6
/
+5
2014-01-27
syntax: improve the spans of some #[deriving] traits.
Huon Wilson
-28
/
+24
2014-01-18
syntax::ext: replace span_fatal with span_err in many places.
Huon Wilson
-1
/
+3
2014-01-09
libsyntax: Renamed types, traits and enum variants to CamelCase.
Eduard Burtescu
-3
/
+3
2013-12-28
Stop using @ExtCtxt
Steven Fackler
-3
/
+3
2013-12-07
syntax::deriving: add the cx and span to the TraitDef to reduce duplication.
Huon Wilson
-1
/
+3
2013-11-26
libsyntax: Remove all non-`proc` `do` syntax.
Patrick Walton
-4
/
+4
2013-11-19
libsyntax: Change all uses of `&fn` to `||`.
Patrick Walton
-2
/
+4
2013-11-19
Mark some derived methods as #[inline].
Huon Wilson
-0
/
+1
2013-11-08
Generalize AST and ty::Generics to accept multiple lifetimes.
Niko Matsakis
-1
/
+2
2013-11-08
syntax::ext: Make type errors in deriving point to the field itself.
Huon Wilson
-12
/
+10
2013-09-10
Delay assignment of node ids until after expansion. Ensures that each AST node
Niko Matsakis
-3
/
+3
2013-09-03
Modernized a few more types in syntax::ast
Marvin Löbel
-6
/
+6
2013-09-02
Renamed syntax::ast::ident -> Ident
Marvin Löbel
-3
/
+3
2013-09-01
Modernized a few type names in rustc and syntax
Marvin Löbel
-4
/
+4
2013-08-27
librustc: Fix merge fallout.
Patrick Walton
-1
/
+0
2013-08-27
librustc: Ensure that type parameters are in the right positions in paths.
Patrick Walton
-7
/
+20
2013-08-10
std: Rename Iterator.transform -> .map
Erick Tryzelaar
-1
/
+1
2013-07-20
syntax: modernise attribute handling in syntax::attr.
Huon Wilson
-2
/
+2
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-2
/
+6
2013-06-30
Remove vec::{map, mapi, zip_map} and the methods, except for .map, since this
Huon Wilson
-2
/
+2
2013-06-29
'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep f...
Ben Blum
-1
/
+1
2013-06-25
great renaming propagation: syntax
Corey Richardson
-3
/
+1
2013-06-14
syntax: revert the uint -> u32 "fix"; make the names/comment match.
Huon Wilson
-4
/
+4
2013-06-14
syntax: correct the Rand::rand call to select enum variants in #[deriving(Ran...
Huon Wilson
-4
/
+5
2013-06-07
syntax: move expand_generic_deriving to be a method on TraitDef
Huon Wilson
-2
/
+1
2013-05-30
Remove copy bindings from patterns.
Niko Matsakis
-1
/
+1
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+2
2013-05-22
syntax: Change syntax extensions to expand to `std::foo` instead of `core::foo`
Patrick Walton
-3
/
+3
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-0
/
+2
2013-05-22
syntax/ext: convert all AstBuilder methods to a uniform syntax.
Huon Wilson
-31
/
+24
2013-05-22
syntax/ext: migrate build.rs functions to AstBuilder methods.
Huon Wilson
-20
/
+20
2013-05-22
syntax/ext: modernise ext_ctxt to be CamelCase and use new.
Huon Wilson
-4
/
+4
2013-05-21
syntax/ext: remove the ~str dependence of the deriving code.
Huon Wilson
-5
/
+5
2013-05-14
rustc: rename ast::self_ty and related fields to explicit_self
Erick Tryzelaar
-1
/
+1
2013-05-09
Use a specialized string interner to reduce the need for owned strings
Björn Steinbrink
-6
/
+6
2013-05-08
libcore: Fix more merge fallout.
Patrick Walton
-5
/
+10
2013-05-07
libsyntax: add #[deriving(Rand, ToStr)].
Huon Wilson
-0
/
+136