]> git.lizzy.rs Git - rust.git/history - src/librustc/middle/lang_items.rs
bring TyCtxt into scope
[rust.git] / src / librustc / middle / lang_items.rs
2017-09-15 Douglas Camposbring TyCtxt into scope
2017-09-13 borsAuto merge of #44386 - est31:master, r=pnkfelix
2017-09-12 borsAuto merge of #44413 - est31:move_man, r=nikomatsakis
2017-09-12 borsAuto merge of #44344 - jonhoo:entry_or_default, r=Burnt...
2017-09-12 borsAuto merge of #44310 - ldr709:master, r=BurntSushi
2017-09-12 borsAuto merge of #43716 - MaloJaffre:_-in-literals, r...
2017-09-11 borsAuto merge of #44410 - alexcrichton:fix-travis, r=Mark...
2017-09-11 borsAuto merge of #44385 - alexcrichton:new-sccache-keys...
2017-09-11 borsAuto merge of #44383 - qmx:gh/40473/no-inline-trait...
2017-09-11 borsAuto merge of #44375 - topecongiro:macrodef-span, r...
2017-09-10 borsAuto merge of #44220 - kennytm:fix-44216-instance-plus...
2017-09-10 Guillaume GomezRollup merge of #44467 - toidiu:ak-44382, r=frewsxcv
2017-09-10 Guillaume GomezRollup merge of #44396 - joshlf:tls-comment, r=alexcrichton
2017-09-10 Guillaume GomezRollup merge of #44387 - est31:update_compiler_builtins...
2017-09-10 Guillaume GomezRollup merge of #44384 - alexcrichton:osx-segfault...
2017-09-10 Guillaume GomezRollup merge of #44372 - bgermann:master, r=alexcrichton
2017-09-10 Guillaume GomezRollup merge of #44347 - GuillaumeGomez:rustdoc-false...
2017-09-10 Guillaume GomezRollup merge of #44332 - tirr-c:issue-44021, r=petrochenkov
2017-09-10 Guillaume GomezRollup merge of #44329 - nrc:pulldown-warn-fix, r=ollie27
2017-09-10 Guillaume GomezRollup merge of #44262 - alexcrichton:repr-128-gate...
2017-09-10 borsAuto merge of #44274 - Mark-Simulacrum:rustdoc-tests...
2017-09-09 borsAuto merge of #44251 - kennytm:osx-backtrace, r=alexcri...
2017-09-09 borsAuto merge of #44212 - eddyb:drop-const, r=nikomatsakis
2017-09-09 borsAuto merge of #44438 - Xaeroxe:clamp, r=Mark-Simulacrum
2017-09-09 borsAuto merge of #44335 - arielb1:node-hashing, r=alexcrichton
2017-09-08 borsAuto merge of #44269 - nikomatsakis:issue-43613-limit...
2017-09-08 borsAuto merge of #44142 - alexcrichton:dllimport-query...
2017-09-07 Alex Crichtonrustc: Remove `CrateStore::crates` as a method
2017-09-07 Mark SimulacrumRollup merge of #44351 - lu-zero:master, r=nikomatsakis
2017-09-07 Mark SimulacrumRollup merge of #44097 - Xaeroxe:clamp, r=burntsushi
2017-09-05 Alex Crichtonrustc: Remove lang item methods from CrateStore
2017-09-05 Alex Crichtonrustc: Migrate lang items to a query
2017-09-05 Alex Crichtonrustc: Flag some CrateStore methods as "untracked"
2017-09-04 borsAuto merge of #43067 - pornel:libdeps, r=nrc
2017-09-02 borsAuto merge of #43886 - oli-obk:clippy, r=nrc
2017-09-02 borsAuto merge of #44104 - llogiq:lowercase-lints, r=nikoma...
2017-08-31 borsAuto merge of #43425 - matklad:lambda-restrictions...
2017-08-31 borsAuto merge of #41991 - GuillaumeGomez:rustdoc-html...
2017-08-30 borsAuto merge of #43932 - eddyb:const-scoping, r=nikomatsakis
2017-08-30 Alex CrichtonRollup merge of #44125 - SergioBenitez:master, r=nrc
2017-08-30 Alex CrichtonRollup merge of #44116 - alexcrichton:update-libc,...
2017-08-30 Alex CrichtonRollup merge of #44089 - alexcrichton:trait-proc-macro...
2017-08-30 Alex CrichtonRollup merge of #44044 - mattico:string-splice-return...
2017-08-30 borsAuto merge of #43895 - JeremySorensen:master, r=alexcri...
2017-08-30 borsAuto merge of #43903 - oli-obk:alignto, r=aturon
2017-08-30 borsAuto merge of #44143 - alexcrichton:faster-bootstrap...
2017-08-29 Ariel Ben-YehudaRollup merge of #44134 - vorner:x-py-unknown-cmd, r...
2017-08-29 Ariel Ben-YehudaRollup merge of #44126 - laumann:config-doc-comments...
2017-08-29 Ariel Ben-YehudaRollup merge of #44121 - ishitatsuyuki:bootstrap-deps...
2017-08-29 Ariel Ben-YehudaRollup merge of #44117 - frewsxcv:frewsxcv-to-socket...
2017-08-29 Ariel Ben-YehudaRollup merge of #44076 - RalfJung:src, r=alexcrichton
2017-08-29 Ariel Ben-YehudaRollup merge of #43918 - mystor:rustdoc-pound, r=QuietM...
2017-08-29 Ariel Ben-YehudaRollup merge of #43778 - topecongiro:handler-reset...
2017-08-29 Ariel Ben-YehudaRollup merge of #43705 - panicbit:option_ref_mut_cloned...
2017-08-29 borsAuto merge of #43648 - RalfJung:jemalloc-debug, r=alexc...
2017-08-29 borsAuto merge of #44111 - zackmdavis:feature_attr_error_sp...
2017-08-29 borsAuto merge of #44059 - oli-obk:ok_suggestion, r=nikomat...
2017-08-29 borsAuto merge of #44049 - alexcrichton:nounwind-allocators...
2017-08-28 borsAuto merge of #43999 - arielb1:immediate-project, r...
2017-08-28 borsAuto merge of #43076 - Zoxc:gen, r=arielb1
2017-08-28 Jeremy Sorensengetting rid of all changes due to this PR thus far...
2017-08-28 John Kåre AlsakerMerge branch 'master' of https://github.com/rust-lang...
2017-08-26 Corey FarwellRollup merge of #43979 - Jouan:Add-links-for-impls...
2017-08-26 Corey FarwellRollup merge of #43966 - GuillaumeGomez:remove-dup...
2017-08-25 Alex CrichtonMerge remote-tracking branch 'origin/master' into gen
2017-08-25 borsAuto merge of #43700 - gaurikholkar:struct_lifetimes...
2017-08-25 borsAuto merge of #44031 - scottmcm:swap_with_slice, r...
2017-08-25 borsAuto merge of #43786 - scalexm:issue-43784, r=nikomatsakis
2017-08-24 borsAuto merge of #43907 - euclio:command, r=alexcrichton
2017-08-24 borsAuto merge of #43532 - petrochenkov:pgargs, r=nikomatsakis
2017-08-23 borsAuto merge of #42565 - murarth:rc-from-slice, r=aturon
2017-08-23 Corey FarwellRollup merge of #44016 - steffengy:master, r=alexcrichton
2017-08-23 Corey FarwellRollup merge of #43983 - ids1024:redox-path-prefix...
2017-08-23 Corey FarwellRollup merge of #43977 - GuillaumeGomez:remove-outline...
2017-08-23 Corey FarwellRollup merge of #43631 - ruuda:update-docs, r=QuietMisd...
2017-08-23 borsAuto merge of #43830 - alexcrichton:path-display-regres...
2017-08-22 borsAuto merge of #44013 - arielb1:coerce-snapshot, r=eddyb
2017-08-22 Guillaume GomezRollup merge of #44029 - WiSaGaN:patch-1, r=alexcrichton
2017-08-22 Guillaume GomezRollup merge of #44014 - Mark-Simulacrum:update-readme...
2017-08-22 Guillaume GomezRollup merge of #44010 - GuillaumeGomez:read-links...
2017-08-22 Guillaume GomezRollup merge of #44001 - tamird:release-notes-1.16...
2017-08-22 Guillaume GomezRollup merge of #43993 - tamird:better-wording-error...
2017-08-22 borsAuto merge of #44008 - RalfJung:staged1, r=alexcrichton
2017-08-22 borsAuto merge of #44003 - LukasKalbertodt:patch-1, r=nikom...
2017-08-22 Alex CrichtonMerge remote-tracking branch 'origin/master' into gen
2017-08-22 borsAuto merge of #43854 - estebank:missing-cond, r=nikomat...
2017-08-22 borsAuto merge of #43690 - scalexm:issue-28229, r=nikomatsakis
2017-08-21 Alex CrichtonMerge remote-tracking branch 'origin/master' into gen
2017-08-21 Alex CrichtonMerge remote-tracking branch 'origin/master' into gen
2017-08-21 Alex CrichtonMerge remote-tracking branch 'origin/master' into gen
2017-08-17 Alex CrichtonMerge remote-tracking branch 'origin/master' into gen
2017-08-16 Alex CrichtonMerge remote-tracking branch 'origin/master' into gen
2017-08-16 Alex CrichtonMerge remote-tracking branch 'origin/master' into gen
2017-08-15 Alex CrichtonMerge remote-tracking branch 'origin/master' into gen
2017-08-15 Corey FarwellRollup merge of #43846 - frewsxcv:frewsxcv-mailmap...
2017-08-14 scalexmRemove dummy lang items
2017-08-14 scalexmMake `Clone` a lang item and generate builtin impls.
2017-08-12 John Kåre AlsakerMerge branch 'master' of https://github.com/rust-lang...
2017-08-11 Alex CrichtonMerge remote-tracking branch 'origin/master' into gen
2017-08-10 Alex CrichtonMerge remote-tracking branch 'origin/master' into gen
next