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
/
librustc
/
util
/
common.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-10
/
+12
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1
/
+1
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-1
/
+2
2014-12-19
librustc: use `#[deriving(Copy)]`
Jorge Aparicio
-3
/
+1
2014-12-13
librustc: use unboxed closures
Jorge Aparicio
-18
/
+28
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+2
2014-11-26
/*! -> //!
Steve Klabnik
-12
/
+8
2014-11-23
std: Add a new top-level thread_local module
Alex Crichton
-5
/
+8
2014-11-20
Require that objects can only be made from Sized types. Fixes #18333.
Niko Matsakis
-1
/
+2
2014-11-19
Refactor QPath to take an ast::TraitRef
Niko Matsakis
-0
/
+4
2014-11-13
std: Fix the return value of Duration::span
Alex Crichton
-1
/
+1
2014-11-12
time: Deprecate the library in the distribution
Alex Crichton
-7
/
+11
2014-11-10
Use FnvHashMap instead of HashMap in rustc
Ariel Ben-Yehuda
-11
/
+1
2014-11-06
Fallout from collection conventions
Alexis Beingessner
-2
/
+2
2014-11-01
collections: Remove all collections traits
Alex Crichton
-4
/
+4
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-1
/
+1
2014-10-16
librustc: Remove all uses of {:?}.
Luqman Aden
-2
/
+3
2014-10-15
Make memoize!() a function instead
Jakub Wieczorek
-2
/
+56
2014-09-14
rustc: fix fallout from using ptr::P.
Eduard Burtescu
-1
/
+1
2014-09-12
Track the visited AST's lifetime throughout Visitor.
Eduard Burtescu
-2
/
+2
2014-09-12
Remove largely unused context from Visitor.
Eduard Burtescu
-8
/
+8
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-0
/
+50
2014-07-24
librustc: Stop desugaring `for` expressions and translate them directly.
Patrick Walton
-1
/
+1
2014-06-11
rustc: Move the AST from @T to Gc<T>
Alex Crichton
-1
/
+1
2014-06-08
Remove the dead code identified by the new lint
Jakub Wieczorek
-11
/
+5
2014-05-07
std: Modernize the local_data api
Alex Crichton
-5
/
+3
2014-04-08
Register new snapshots
Alex Crichton
-2
/
+2
2014-04-02
util: common: remove dead code
Corey Richardson
-20
/
+0
2014-03-30
Removed deprecated functions `map` and `flat_map` for vectors and slices.
Marvin Löbel
-1
/
+1
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-1
/
+1
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-1
/
+1
2014-03-08
librustc: Fix up fallout from the automatic conversion.
Felix S. Klock II
-0
/
+1
2014-03-08
librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.
Patrick Walton
-1
/
+1
2014-02-21
Move time out of extra (cc #8784)
Arcterus
-1
/
+2
2014-02-21
Changed NonCamelCaseTypes lint to warn by default
mr.Shu
-0
/
+1
2014-02-14
Removed libextra dependency from libsyntax.
HeroesGrave
-3
/
+3
2014-01-06
Disowned the Visitor.
Eduard Burtescu
-6
/
+6
2013-12-26
librustc: Remove the unused `stmt_map` from the borrow checker
Patrick Walton
-3
/
+0
2013-12-11
Make 'self lifetime illegal.
Erik Price
-6
/
+6
2013-12-09
Implement LTO
Alex Crichton
-1
/
+10
2013-12-01
Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica...
Eduard Burtescu
-2
/
+2
2013-11-28
Register new snapshots
Alex Crichton
-1
/
+1
2013-11-26
librustc: Remove remaining uses of `&fn()` in favor of `||`.
Patrick Walton
-2
/
+2
2013-11-19
librustc: Change most uses of `&fn()` to `||`.
Patrick Walton
-4
/
+4
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-4
/
+4
2013-10-04
rustc: Use static strings in a few literals
blake2-ppc
-1
/
+1
2013-09-30
rustc: Remove usage of fmt!
Alex Crichton
-5
/
+5
2013-09-29
Remove all usage of @ast::Crate
Alex Crichton
-3
/
+3
[next]