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
/
middle
/
const_eval.rs
Age
Commit message (
Expand
)
Author
Lines
2013-03-27
syntax: Remove deprecated expr_vstore_fixed
Erick Tryzelaar
-1
/
+0
2013-03-26
Move ast_map::map to LinearMap
Alex Crichton
-1
/
+1
2013-03-26
rustc: Purge of HashMap, fixing segfaulting cases
Alex Crichton
-2
/
+1
2013-03-26
rustc: Remove uses of oldmap::HashMap
Alex Crichton
-25
/
+23
2013-03-22
rustc: replace uses of old deriving attribute with new one
Andrew Paseltiner
-1
/
+1
2013-03-21
librustc: Fix path-qualified and cross-crate constants in match patterns.
Luqman Aden
-1
/
+22
2013-03-20
rustc: Remove some bad copies throughout
Alex Crichton
-4
/
+4
2013-03-07
libsyntax: Remove struct literal expressions from the compiler
Patrick Walton
-2
/
+1
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-1
/
+0
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-2
/
+2
2013-02-05
oldmap: use &K instead of K in find and get
Patrick Walton
-3
/
+3
2013-02-05
Revert "oldmap: use &K instead of K in find and get"
Graydon Hoare
-3
/
+3
2013-02-03
oldmap: use &K instead of K in find and get
Daniel Micay
-3
/
+3
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-2
/
+2
2013-01-31
Finalize moves-based-on-type implementation.
Niko Matsakis
-6
/
+6
2013-01-30
librustc: De-export rustc. rs=deexporting
Patrick Walton
-36
/
+25
2013-01-23
Handle divide by zero in constant evaluator
Seo Sanghyeon
-0
/
+4
2013-01-09
A collection of refactorings that I found it hard/tiresome to divide:
Niko Matsakis
-1
/
+1
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+1
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-1
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+1
2013-01-08
Rename identifiers that still use 'alt' to use 'match'
Lindsey Kuper
-1
/
+1
2013-01-07
librustc: Make vectors no longer implicitly copyable in rustc. r=graydon
Patrick Walton
-5
/
+6
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-0
/
+7
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-2
/
+2
2012-12-07
librustc: Implement "&mut [T]" as an expression. r=brson
Patrick Walton
-1
/
+2
2012-12-04
librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...
Patrick Walton
-10
/
+10
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-28
Merge remote-tracking branch 'brson/companion' into incoming
Brian Anderson
-18
/
+0
2012-11-28
Register snapshots
Brian Anderson
-18
/
+0
2012-11-27
librustc: Implement @mut [T] as the new replacement for @[mut T]
Patrick Walton
-1
/
+2
2012-11-19
rustc: Implement explicit self for Eq and Ord. r=graydon
Patrick Walton
-0
/
+18
2012-11-14
rustc: Allow constants to be used in patterns. r=nmatsakis
Patrick Walton
-14
/
+16
2012-11-12
rustc: Implement floating point literal inference. r=nmatsakis
Patrick Walton
-0
/
+2
2012-11-07
Rename src/rustc to src/librustc. Use the driver crate
Brian Anderson
-0
/
+467