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
/
middle
/
lang_items.rs
Age
Commit message (
Expand
)
Author
Lines
2019-03-13
Use derive macro for HashStable
John Kåre Alsaker
-0
/
+2
2019-03-02
hir: remove NodeId from Item
ljedrz
-1
/
+1
2019-02-05
move librustc to 2018
Mark Mansi
-7
/
+7
2019-01-27
Update generator transform and generated function signature
Wim Looman
-0
/
+1
2019-01-27
Mark static generators as !Unpin
Wim Looman
-0
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-20
Stabilize `Rc`, `Arc` and `Pin` as method receivers
Michael Hewson
-0
/
+1
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-2
/
+2
2018-12-06
Use a function to access the Hir map to be able to turn it into a query later
John Kåre Alsaker
-4
/
+4
2018-11-26
libcore: Add va_list lang item and intrinsics
Dan Robertson
-0
/
+1
2018-11-06
Rollup merge of #55601 - petrochenkov:featissue, r=pnkfelix
kennytm
-3
/
+1
2018-11-02
Remove deprecated unstable `#[panic_implementation]`
Vadim Petrochenkov
-3
/
+1
2018-11-01
Replace CoerceSized trait with DispatchFromDyn
Michael Hewson
-1
/
+1
2018-11-01
Add CoerceSized trait and lang item
Michael Hewson
-0
/
+1
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-1
/
+1
2018-10-11
Extend lang items to assert correct target.
David Wood
-140
/
+164
2018-10-06
rustc/middle: whitespace & formatting fixes
ljedrz
-3
/
+1
2018-10-06
rustc/middle: improve some patterns
ljedrz
-6
/
+3
2018-10-01
Introduce language items for `Arc` and `Rc`.
David Wood
-0
/
+3
2018-09-11
Get rid of the `non_zero` lang item in favour of arbitrary range specifications
Oliver Schneider
-2
/
+0
2018-08-23
add #[panic_handler]; deprecate #[panic_implementation]
Jorge Aparicio
-1
/
+3
2018-08-22
Allow panicking with string literal messages inside constants
Oliver Schneider
-0
/
+2
2018-07-25
Change ManuallyDrop from an union to a struct and make it a lang item.
Eduard-Mihai Burtescu
-0
/
+2
2018-07-09
Implement #[alloc_error_handler]
Simon Sapin
-0
/
+3
2018-06-03
implement #[panic_implementation]
Jorge Aparicio
-1
/
+4
2018-05-17
Change align_offset to support different strides
Simonas Kazlauskas
-0
/
+3
2018-04-22
Replace GlobalAlloc::oom with a lang item
Steven Fackler
-1
/
+2
2018-04-21
Add some f32 and f64 inherent methods in libcore
Simon Sapin
-0
/
+2
2018-04-21
Replace StrExt with inherent str methods in libcore
Simon Sapin
-0
/
+1
2018-04-21
Replace SliceExt with inherent [T] methods in libcore
Simon Sapin
-0
/
+1
2018-04-21
Move non-allocating [u8] inherent methods to libcore
Simon Sapin
-0
/
+1
2018-03-08
Produce instead of pointers
Oliver Schneider
-0
/
+1
2018-01-23
Point at unknown lang item attribute
Esteban Küber
-7
/
+9
2017-12-26
Implements RFC 1937: `?` in `main`
Bastian Köcher
-0
/
+2
2017-11-26
Rollup merge of #46259 - bjorn3:display_lang_item, r=nagisa
kennytm
-1
/
+1
2017-11-25
Derive Debug for LangItem
bjorn3
-1
/
+1
2017-11-20
Add type checking for the lang item
Scott McMurray
-0
/
+5
2017-11-18
Add a MIR pass to lower 128-bit operators to lang item calls
Scott McMurray
-0
/
+23
2017-11-11
Auto merge of #45772 - leodasvacas:fix-auto-bounds-in-trait-objects, r=nikoma...
bors
-1
/
+0
2017-11-07
Remove `send` lang item.
leonardo.yvens
-1
/
+0
2017-11-03
Add a lang item to allow `impl [u8] {…}` in the standard library
Simon Sapin
-0
/
+1
2017-09-23
Rollup merge of #44658 - leodasvacas:remove-str-eq-lang-item, r=arielb1
Corey Farwell
-2
/
+0
2017-09-18
Fix issues uncovered by rebasing:
Michael Woerister
-2
/
+1
2017-09-17
Remove unused str_eq lang item
leonardo.yvens
-2
/
+0
2017-09-16
Rollup merge of #44560 - qmx:import-TyCtxt, r=eddyb
Alex Crichton
-1
/
+1
2017-09-14
bring TyCtxt into scope
Douglas Campos
-1
/
+1
2017-09-13
Fix initial review
leonardo.yvens
-2
/
+2
2017-09-13
Refactor fn_trait_kind
leonardo.yvens
-12
/
+5
2017-09-13
Refactor how to get a lang item's name
leonardo.yvens
-16
/
+10
2017-09-13
Remove require_owned_box
leonardo.yvens
-4
/
+0
[next]