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
2016-02-03
std: Stabilize custom hasher support in HashMap
Alex Crichton
-3
/
+2
2016-01-05
Refactor compiler to make use of dep-tracking-maps. Also, in cases where
Niko Matsakis
-39
/
+31
2015-12-21
Register new snapshots
Alex Crichton
-1
/
+0
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-10
/
+4
2015-11-18
Port a bunch of code new-visitor; all of these ports were
Niko Matsakis
-6
/
+6
2015-11-09
std: Migrate to the new libc
Alex Crichton
-9
/
+14
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-12
/
+12
2015-08-18
kill the old funky `can_reach` fn
Niko Matsakis
-43
/
+0
2015-08-14
rustc: Allow changing the default allocator
Alex Crichton
-4
/
+4
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-27
/
+15
2015-08-10
Stabilize the Duration API
Steven Fackler
-2
/
+2
2015-07-27
std: Deprecate a number of unstable features
Alex Crichton
-0
/
+1
2015-07-08
Report memory use in time-passes on Windows
Peter Atashian
-5
/
+40
2015-07-02
Report memory use in time-passes
Nick Cameron
-2
/
+38
2015-05-15
Don't use <Duration as Display>::display() in time passes
Nick Cameron
-4
/
+9
2015-05-13
std: Redesign Duration, implementing RFC 1040
Alex Crichton
-2
/
+2
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-2
/
+3
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-3
/
+3
2015-03-11
Example -> Examples
Steve Klabnik
-1
/
+1
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-1
/
+14
2015-02-22
Fix another occurrence of #22243
Markus Unterwaditzer
-1
/
+1
2015-02-20
Register new snapshots
Alex Crichton
-97
/
+6
2015-02-18
rollup merge of #22480: alexcrichton/hashv3
Alex Crichton
-2
/
+91
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-2
/
+91
2015-02-18
Opt for .cloned() over .map(|x| x.clone()) etc.
Kevin Butler
-1
/
+1
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-2
/
+2
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-1
/
+1
2015-01-30
remove more `ExprForLoop`s
Jorge Aparicio
-1
/
+1
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-28
Move return type an associated type of the `Fn*` traits. Mostly this involves...
Niko Matsakis
-0
/
+3
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-2
/
+2
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
[next]