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_data_structures
/
indexed_vec.rs
Age
Commit message (
Expand
)
Author
Lines
2017-11-16
IndexVec: add `'_` to make clear where borrowing is happening
Niko Matsakis
-2
/
+2
2017-11-16
make `RegionVid` implement `Idx` and use `IndexVec`
Niko Matsakis
-0
/
+5
2017-11-04
Make DEBUG_FORMAT = custom work
Santiago Pastorino
-17
/
+17
2017-11-01
newindex_type macro: make index private by default and allow pub through config
Paul Daniel Faria
-48
/
+53
2017-11-01
newtype_index: Support simpler serializable override, custom derive, and fix ...
Paul Daniel Faria
-115
/
+202
2017-11-01
Clean up macro argument matches so they satisfy tidy checks
Paul Daniel Faria
-14
/
+51
2017-11-01
Add derive and doc comment capabilities to newtype_index macro
Paul Daniel Faria
-30
/
+106
2017-10-31
change region display to `'_#Nr`, update the `newtype_index!` macro
Niko Matsakis
-16
/
+19
2017-10-17
Generate FirstStatementIndex using newtype_index macro
Santiago Pastorino
-2
/
+2
2017-10-11
Split lines longer than 100 columns
Paul Faria
-5
/
+10
2017-10-11
Move const qualifier from brackets to constant values and remove comma from a...
Paul Faria
-46
/
+35
2017-10-08
Improve newtype_index macro to handle description and constants consistently
Paul Faria
-20
/
+67
2017-10-04
Generate ScopeId using newtype_index macro
Santiago Pastorino
-1
/
+2
2017-10-04
Generate DepNodeIndexNew using newtype_index macro
Santiago Pastorino
-0
/
+7
2017-10-04
Make newtype_index get debug_name using reflection
Santiago Pastorino
-0
/
+4
2017-10-04
Make newtype_index macro use full path to resolve constants
Santiago Pastorino
-3
/
+3
2017-10-04
Move newtype_index to rustc_data_structures
Santiago Pastorino
-0
/
+25
2017-08-14
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-0
/
+10
2017-08-11
Make TypeckTables::type_dependent_defs use ItemLocalId instead of NodeId.
Michael Woerister
-0
/
+10
2017-08-10
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-1
/
+1
2017-08-01
Fixed all unnecessary muts in language core
Isaac van Bakel
-1
/
+1
2017-07-28
Generator literal support
John Kåre Alsaker
-1
/
+1
2017-06-30
Revert "Stabilize RangeArgument"
Steven Fackler
-1
/
+2
2017-06-24
Stabilize RangeArgument
Steven Fackler
-2
/
+1
2017-05-28
fix translation of MSVC funclets that loop to their own start
Ariel Ben-Yehuda
-0
/
+7
2017-05-02
Removal pass for anonymous parameters
est31
-1
/
+1
2017-03-22
Add resize() method to IndexVec.
Michael Woerister
-0
/
+7
2017-03-10
Add extra methods to IndexVec and implement TypeFoldable for it
James Miller
-0
/
+23
2016-11-03
A way to remove otherwise unused locals from MIR
Simonas Kazlauskas
-0
/
+15
2016-06-28
refactor rustc_metadata to use CamelCase names and IndexVec
Ariel Ben-Yehuda
-0
/
+6
2016-06-23
add control flow graph and algorithms. add dominator to mir
Scott A Carr
-1
/
+9
2016-06-09
make the basic_blocks field private
Ariel Ben-Yehuda
-1
/
+20
2016-06-09
introduce the type-safe IdxVec and use it instead of loose indexes
Ariel Ben-Yehuda
-0
/
+209