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
2014-09-24
handling fallout from entry api
Alexis Beingessner
-1
/
+5
2014-09-14
rustc: fix fallout from using ptr::P.
Eduard Burtescu
-59
/
+64
2014-09-12
Track the visited AST's lifetime throughout Visitor.
Eduard Burtescu
-1
/
+1
2014-09-12
Remove largely unused context from Visitor.
Eduard Burtescu
-5
/
+5
2014-09-10
Implement tuple and tuple struct indexing
P1start
-0
/
+2
2014-09-09
rollup merge of #17085 : jakub-/issue-17074
Alex Crichton
-35
/
+37
2014-09-08
rustc: fix fallout from the addition of a 'tcx lifetime on tcx.
Eduard Burtescu
-13
/
+11
2014-09-07
Fix casts in constant expressions
Jakub Wieczorek
-35
/
+37
2014-09-03
Fix spelling errors and capitalization.
Joseph Crail
-1
/
+1
2014-08-26
DST coercions and DST structs
Nick Cameron
-10
/
+0
2014-08-24
Fix const evaluation of cast expression from bool
Piotr Jawniak
-4
/
+7
2014-08-17
librustc: Allow trait bounds on structures and enumerations, and check
Patrick Walton
-0
/
+12
2014-08-05
Fixes missing overflow lint for i64 #14269
Falco Hirschenberger
-4
/
+7
2014-07-19
Add support for patterns referencing non-trivial statics
Jakub Wieczorek
-2
/
+53
2014-06-24
Fix #15129
Jakub Wieczorek
-2
/
+4
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-8
/
+8
2014-06-17
Add a b"xx" byte string literal of type &'static [u8].
Simon Sapin
-0
/
+1
2014-06-17
Add a b'x' byte literal of type u8.
Simon Sapin
-0
/
+1
2014-06-11
rustc: Move the AST from @T to Gc<T>
Alex Crichton
-34
/
+37
2014-06-06
Move Def out of syntax crate, where it does not belong
Niko Matsakis
-2
/
+3
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-2
/
+2
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-18
/
+18
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-2
/
+2
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-4
/
+5
2014-05-13
Allow blocks in const expressions
Marvin Löbel
-1
/
+13
2014-05-12
librustc: Remove all uses of `~str` from librustc.
Patrick Walton
-21
/
+31
2014-05-03
Add lint check for negating uint literals and variables.
Falco Hirschenberger
-0
/
+1
2014-04-24
Pre-step towards issue #12624 and others: Introduce ExprUseVisitor, remove the
Niko Matsakis
-10
/
+3
2014-04-23
rustc: remove usage of root_map from astencode
Flavio Percoco
-3
/
+0
2014-04-22
rustc: de-@ some RefCell's.
Eduard Burtescu
-2
/
+2
2014-04-22
rustc: move the method and vtable maps into ty::ctxt.
Eduard Burtescu
-5
/
+1
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-18
/
+18
2014-04-04
syntax: remove obsolete mutability from ExprVec and ExprRepeat.
Eduard Burtescu
-1
/
+1
2014-04-02
middle: const_eval: remove dead code
Corey Richardson
-8
/
+0
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-1
/
+1
2014-03-22
Implement vtable support for autoderef.
Eduard Burtescu
-2
/
+2
2014-03-22
rustc: Remove all usage of manual deref()
Alex Crichton
-1
/
+1
2014-03-22
rustc: Fix fallout of removing get()
Alex Crichton
-18
/
+8
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-1
/
+1
2014-03-17
De-@ move maps and rework parts of trans.
Eduard Burtescu
-18
/
+9
2014-03-17
De-@ trans contexts.
Eduard Burtescu
-2
/
+0
2014-03-17
De-@ ty::ctxt usage.
Eduard Burtescu
-13
/
+13
2014-03-13
Implement automatic overloaded dereference.
Eduard Burtescu
-3
/
+3
2014-03-13
Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC...
Eduard Burtescu
-1
/
+1
2014-03-08
librustc: Fix up fallout from the automatic conversion.
Felix S. Klock II
-0
/
+1
2014-03-08
librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.
Patrick Walton
-1
/
+1
2014-03-07
create a sensible comparison trait hierarchy
Daniel Micay
-1
/
+1
2014-03-06
rustc: Move to FNV hashing for node/def ids
Alex Crichton
-8
/
+9
2014-03-01
librustc: Fix errors arising from the automated `~[T]` conversion
Patrick Walton
-3
/
+5
[next]