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
Age
Commit message (
Expand
)
Author
Lines
2016-02-03
std: Stabilize custom hasher support in HashMap
Alex Crichton
-3
/
+2
2016-01-07
Rename fold_subitems_with to super_fold_with
Jeffrey Seyfried
-3
/
+2
2016-01-07
Refactor away extension traits RegionEscape and HasTypeFlags
Jeffrey Seyfried
-2
/
+1
2016-01-07
Create a visitor for `TypeFoldable`s and use it to implement RegionEscape and...
Jeffrey Seyfried
-0
/
+4
2016-01-05
Refactor compiler to make use of dep-tracking-maps. Also, in cases where
Niko Matsakis
-39
/
+31
2015-12-28
Rename ExplicitSelfCategory's variants and stop re-exporting them.
Ms2ger
-5
/
+5
2015-12-28
rewrite the method-receiver matching code
Ariel Ben-Yehuda
-2
/
+1
2015-12-21
Register new snapshots
Alex Crichton
-1
/
+0
2015-12-17
Remove unused imports
Jeffrey Seyfried
-5
/
+2
2015-12-14
[breaking-change] move ast_util functions to methods
faineance
-4
/
+4
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-10
/
+4
2015-11-26
Add suggestion of similar macro names to `macro undefined` error message
Florian Hartwig
-63
/
+0
2015-11-23
Avoid some code duplication around getting names of numeric types.
Michael Woerister
-46
/
+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-10-01
Convert DefId to use DefIndex, which is an index into a list of
Niko Matsakis
-1
/
+1
2015-10-01
build up a set of node-ids that we can construct def-ids from
Niko Matsakis
-2
/
+2
2015-10-01
Rename `node_id` to `var_id` and limit to the cases that are actually used
Niko Matsakis
-1
/
+1
2015-10-01
move direct accesses of `node` to go through `as_local_node_id`, unless
Niko Matsakis
-10
/
+10
2015-10-01
move job of creating local-def-ids to ast-map (with a few stragglers)
Niko Matsakis
-3
/
+3
2015-09-16
Use ast attributes every where (remove HIR attributes).
Nick Cameron
-7
/
+8
2015-09-14
split ty::util and ty::adjustment
Ariel Ben-Yehuda
-5
/
+5
2015-09-14
split ty.rs into smaller parts
Ariel Ben-Yehuda
-3
/
+152
2015-09-14
move middle::ty and related modules to middle/ty/
Ariel Ben-Yehuda
-3
/
+3
2015-09-06
move fnv hashing support into librustc_data_structures
Niko Matsakis
-37
/
+2
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-17
/
+59
2015-08-30
fix compilation with RUST_LOG=rustc::middle::traits
Ariel Ben-Yehuda
-2
/
+27
2015-08-25
use the parameter environment when checking dtors
Ariel Ben-Yehuda
-1
/
+1
2015-08-24
split ReInfer into ReVar and ReSkolemized
Ariel Ben-Yehuda
-5
/
+5
2015-08-24
convert to use `is_local` instead of `== LOCAL_CRATE`
Niko Matsakis
-3
/
+3
2015-08-24
fallout from moving def-id
Niko Matsakis
-6
/
+8
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-14
Auto merge of #27641 - nikomatsakis:soundness-rfc-1214, r=nrc
bors
-0
/
+5
2015-08-12
Add two new kinds of predicates, WellFormed and ObjectSafe.
Niko Matsakis
-0
/
+5
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-27
/
+15
2015-08-10
Stabilize the Duration API
Steven Fackler
-2
/
+2
2015-08-07
rename ADTDef to AdtDef etc.
Ariel Ben-Yehuda
-1
/
+1
2015-08-06
introduce an ADTDef struct for struct/enum definitions
Ariel Ben-Yehuda
-6
/
+14
2015-07-27
std: Deprecate a number of unstable features
Alex Crichton
-1
/
+2
2015-07-24
Unify the upvar variables found in closures with the actual types of the
Niko Matsakis
-14
/
+24
2015-07-24
Introduce ClosureSubsts rather than just having random fields in the
Niko Matsakis
-2
/
+5
2015-07-24
introduce a Vec<Ty> to TyClosure for storing upvar types
Niko Matsakis
-1
/
+1
2015-07-14
Transition to the new object lifetime defaults, replacing the old
Niko Matsakis
-4
/
+0
2015-07-12
Auto merge of #26895 - jroesch:modernize-typeck-names, r=nikomatsakis
bors
-2
/
+2
2015-07-10
Rename TypeWithMutability to TypeAndMut
Jared Roesch
-2
/
+2
2015-07-08
Remove snake_case names from ty.rs
Jared Roesch
-2
/
+2
2015-07-08
Report memory use in time-passes on Windows
Peter Atashian
-5
/
+40
2015-07-04
rustc: simplify ty::MethodOrigin and avoid trait item indices.
Eduard Burtescu
-29
/
+0
2015-07-04
rustc: remove unused MethodStaticClosure variant of MethodOrigin.
Eduard Burtescu
-3
/
+0
[next]