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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_mir
/
util
Age
Commit message (
Expand
)
Author
Lines
2018-06-22
Fix erroneous error note when using field after move
Santiago Pastorino
-2
/
+4
2018-06-21
Share code between gather_used_muts and find_assignments
Rémy Rakic
-19
/
+18
2018-06-06
When NLL has illegal move due to borrowed content, provide feedback about why...
Felix S. Klock II
-2
/
+6
2018-05-30
rustc: rename mir::LocalDecl's syntactic_source_info to source_info.
Eduard-Mihai Burtescu
-2
/
+2
2018-05-30
rustc: use syntactic (instead of visibility) source info where appropriate.
Eduard-Mihai Burtescu
-2
/
+2
2018-05-30
rustc: rename mir::LocalDecl's source_info to visibility_source_info.
Eduard-Mihai Burtescu
-2
/
+2
2018-05-30
rustc: rename mir::VisibilityScope to mir::SourceScope.
Eduard-Mihai Burtescu
-9
/
+9
2018-05-21
rustc: make mk_substs_trait take &[Kind] instead of &[Ty].
Eduard-Mihai Burtescu
-3
/
+3
2018-05-17
Switch to 1.26 bootstrap compiler
Mark Simulacrum
-4
/
+4
2018-05-11
Introduce ConstValue and use it instead of miri's Value for constant values
John Kåre Alsaker
-9
/
+6
2018-05-08
Store the GeneratorInterior in the new GeneratorSubsts
John Kåre Alsaker
-4
/
+6
2018-05-08
Store generator movability outside GeneratorInterior
John Kåre Alsaker
-2
/
+3
2018-05-01
rustc: return impl Iterator from Terminator(Kind)::successors(_mut).
Eduard-Mihai Burtescu
-2
/
+2
2018-04-27
Auto merge of #50097 - glandium:box_free, r=nikomatsakis
bors
-13
/
+21
2018-04-26
use `reveal_all` during drop elaboration
Niko Matsakis
-0
/
+2
2018-04-25
Switch box_free to take the destructured contents of Box
Mike Hommey
-49
/
+12
2018-04-20
Support an alternative form for box_free
Mike Hommey
-24
/
+44
2018-04-20
Pass the right type to box_free() in MIR
Mike Hommey
-7
/
+32
2018-04-10
Add ok-wrapping to catch blocks, per RFC
Scott McMurray
-6
/
+4
2018-04-07
modify the error message- CR Comments
gaurikholkar
-10
/
+4
2018-04-06
reduce nested loops in the code
gaurikholkar
-2
/
+2
2018-04-05
Update borrowck_errors.rs
Gauri Kholkar
-4
/
+0
2018-04-05
Merge branch 'master' of https://github.com/rust-lang/rust into e0389
gaurikholkar
-92
/
+95
2018-04-05
address code review comments
gaurikholkar
-13
/
+15
2018-03-22
Rollup merge of #49117 - nivkner:fixme_fixup3, r=estebank
kennytm
-7
/
+7
2018-03-18
remove unneeded where clause
csmoe
-36
/
+4
2018-03-17
update FIXME(#6393) to point to issue 43234 (tracking issue for non-lexical l...
Niv Kaminer
-7
/
+7
2018-03-16
fix formatting
csmoe
-10
/
+10
2018-03-16
change &self to self and fix lifetime annotations
csmoe
-73
/
+105
2018-03-14
remove defaulting to unit
Andrew Cann
-1
/
+1
2018-03-13
transition various normalization functions to the new methods
Niko Matsakis
-5
/
+4
2018-03-10
tidy fixes
gaurikholkar
-2
/
+2
2018-03-10
code refactor, modify compile-fail tests
gaurikholkar
-11
/
+32
2018-03-10
minor changes
gaurikholkar
-4
/
+5
2018-03-10
add collect_writes.rs
gaurikholkar
-0
/
+50
2018-03-10
minor refactorings to fix trait import issue
gaurikholkar
-0
/
+1
2018-03-08
Nuke ConstInt and Const*size
Oliver Schneider
-1
/
+1
2018-03-08
Rename ConstVal::to_u128 to to_raw_bits
Oliver Schneider
-1
/
+1
2018-03-08
Nuke the entire ctfe from orbit, it's the only way to be sure
Oliver Schneider
-5
/
+1
2018-03-08
Produce instead of pointers
Oliver Schneider
-5
/
+10
2018-03-05
Turn features() into a query.
Michael Woerister
-1
/
+1
2018-03-02
Run Rustfix on librustc_mir
Manish Goregaokar
-22
/
+22
2018-02-17
Auto merge of #47926 - mikhail-m1:subslice_pattern_array_drop2, r=nikomatsakis
bors
-1
/
+11
2018-02-08
add transform for uniform array move out
Mikhail Modin
-1
/
+11
2018-02-08
Encode (in MIR) whether borrows are explicit in source or arise due to autoref.
Felix S. Klock II
-3
/
+7
2018-01-29
rustc: replace "lvalue" terminology with "place" in the code.
Eduard-Mihai Burtescu
-2
/
+2
2018-01-23
Adds support for immovable generators. Move checking of invalid borrows acros...
John Kåre Alsaker
-10
/
+10
2018-01-22
Auto merge of #47353 - nikomatsakis:nll-issue-47189, r=pnkfelix+nmatsakis
bors
-3
/
+10
2018-01-19
change MIR dump format to include yield type
Niko Matsakis
-3
/
+10
2018-01-18
Rollup merge of #47426 - varkor:default-mir-dump-dir, r=nikomatsakis
kennytm
-9
/
+2
[prev]
[next]