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
/
rustc
/
middle
/
lang_items.rs
Age
Commit message (
Expand
)
Author
Lines
2012-10-01
Move over to calling ptr::addr_of
Tim Chevalier
-1
/
+1
2012-09-25
rustc: Fix calls to the logging function when the must_cast flag is true; sto...
Patrick Walton
-2
/
+5
2012-09-25
Revert "rustc: Stop using shape code for logging" due to ICEs
Patrick Walton
-5
/
+2
2012-09-25
rustc: Stop using shape code for logging
Patrick Walton
-2
/
+5
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+1
2012-09-20
Revert "syntax: Make attributes sendable for rustdoc's benefit"
Brian Anderson
-1
/
+1
2012-09-20
syntax: Make attributes sendable for rustdoc's benefit
Brian Anderson
-1
/
+1
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-2
/
+2
2012-09-19
Remove redundant hashmap constructor functions.
Graydon Hoare
-2
/
+2
2012-09-14
rustc: Make the box annihilator a language item
Patrick Walton
-2
/
+5
2012-09-10
rustc: Stop calling cmp shape glue in trans.
Patrick Walton
-2
/
+5
2012-09-10
Convert std::map to camel case
Brian Anderson
-2
/
+2
2012-09-10
Convert class methods to impl methods. Stop parsing class methods
Brian Anderson
-0
/
+3
2012-09-07
Convert 'again' to 'loop'. Remove 'again' keyword
Brian Anderson
-1
/
+1
2012-09-07
rustc: Add a str_eq lang item for pattern matching
Patrick Walton
-25
/
+30
2012-09-07
Remove 'let' syntax for struct fields
Brian Anderson
-4
/
+4
2012-09-06
Remove struct ctors
Brian Anderson
-28
/
+35
2012-09-04
Remove 'with'
Brian Anderson
-2
/
+2
2012-09-04
rustc: "import" -> "use"
Patrick Walton
-12
/
+12
2012-08-27
libcore: Implement ord and eq language items
Patrick Walton
-37
/
+50
2012-08-26
Camel case the option type
Brian Anderson
-42
/
+42
2012-08-25
Fix more unused variable warnings
Brian Anderson
-1
/
+1
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-3
/
+3
2012-08-22
intern identifiers
Paul Stansifer
-9
/
+3
2012-08-17
Remove the class keyword
Brian Anderson
-2
/
+2
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-6
/
+6
2012-08-05
Switch alts to use arrows
Brian Anderson
-2
/
+2
2012-08-02
Remove modes from map API and replace with regions.
Niko Matsakis
-1
/
+1
2012-08-01
Convert ret to return
Brian Anderson
-1
/
+1
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-3
/
+3
2012-07-30
Fix #2979: inference for lifetimes of & expressions
Niko Matsakis
-11
/
+6
2012-07-27
rustc: Use coherence for operator overloading.
Patrick Walton
-6
/
+18
2012-07-25
rustc: Introduce a lang_items pass, part of coherence and operator overloading.
Patrick Walton
-0
/
+209