]> git.lizzy.rs Git - rust.git/history - src/librustc_typeck/coherence/unsafety.rs
rollup merge of #21438: taralx/kill-racycell
[rust.git] / src / librustc_typeck / coherence / unsafety.rs
2015-01-21 Alex Crichtonrollup merge of #21438: taralx/kill-racycell
2015-01-21 Alex Crichtonrollup merge of #21437: FlaPer87/snapshot
2015-01-21 Alex Crichtonrollup merge of #21433: alfie/typobook
2015-01-21 Alex Crichtonrollup merge of #21429: GuillaumeGomez/macro-fix
2015-01-21 Alex Crichtonrollup merge of #21423: oli-obk/prettier_read_until
2015-01-21 Alex Crichtonrollup merge of #21421: huonw/one-suggestion-per-trait
2015-01-21 Alex Crichtonrollup merge of #21419: Toby-S/patch-1
2015-01-21 Alex Crichtonrollup merge of #21418: Aatch/assume-refcount
2015-01-21 Alex Crichtonrollup merge of #21414: ejjeong/aarch64-linux-android
2015-01-21 Alex Crichtonrollup merge of #21413: ahmedcharles/remove-test-features
2015-01-21 Alex Crichtonrollup merge of #21411: P1start/help-tweaks
2015-01-21 Alex Crichtonrollup merge of #21396: japaric/no-parens-in-range
2015-01-21 Alex Crichtonrollup merge of #21394: japaric/nonono
2015-01-21 Alex Crichtonrollup merge of #21393: loganchien/fix-if-stmt-doc...
2015-01-21 Alex Crichtonrollup merge of #21392: japaric/iter
2015-01-21 Alex Crichtonrollup merge of #21391: klutzy/rt-time-cleanup
2015-01-21 Alex Crichtonrollup merge of #21389: retep998/timer
2015-01-21 Alex Crichtonrollup merge of #21372: arielb1/remove-the-box
2015-01-21 Alex Crichtonrollup merge of #21368: tomjakubowski/rustdoc-miscellany
2015-01-21 Alex Crichtonrollup merge of #21367: steveklabnik/remove_gate
2015-01-21 Alex Crichtonrollup merge of #21354: eddyb/vec-ufcs
2015-01-21 Alex Crichtonrollup merge of #21342: Diggsey/issue-21310
2015-01-21 Alex Crichtonrollup merge of #21340: pshc/libsyntax-no-more-ints
2015-01-21 Alex Crichtonrollup merge of #21333: stepancheg/trans-write-diag
2015-01-21 Alex Crichtonrollup merge of #21289: brson/errorcodes
2015-01-21 Alex Crichtonrollup merge of #21157: steveklabnik/deprecation
2015-01-21 Alex Crichtonrollup merge of #21138: mkpankov/master
2015-01-21 Alex Crichtonrollup merge of #19913: KOMON/rust-mode-emacs-indentation
2015-01-21 borsAuto merge of #21242 - richo:no-perl, r=brson
2015-01-21 borsAuto merge of #21227 - sellibitze:core-ops-for-referenc...
2015-01-21 borsAuto merge of #21065 - ColonelJ:master, r=brson
2015-01-20 borsAuto merge of #20919 - fay-jai:update, r=brson
2015-01-20 Brian AndersonAdd error codes to rustc_typeck
2015-01-20 Barosl LEERollup merge of #21179 - nodakai:reference-mod-to-self...
2015-01-20 Barosl LEERollup merge of #21123 - visualfc:master, r=alexcrichton
2015-01-20 Barosl LEERollup merge of #21100 - tstorch:small_readability_upda...
2015-01-20 Barosl LEERollup merge of #21048 - aroben:patch-1, r=steveklabnik
2015-01-20 borsAuto merge of #19353 - icorderi:docs/grammar, r=stevekl...
2015-01-18 borsauto merge of #20901 : dgrunwald/rust/update-token...
2015-01-18 borsauto merge of #21276 : huonw/rust/trait-suggestion...
2015-01-17 borsauto merge of #21233 : huonw/rust/simd-size, r=Aatch
2015-01-17 borsauto merge of #21132 : sfackler/rust/wait_timeout,...
2015-01-16 borsauto merge of #21008 : huonw/rust/trait-suggestions...
2015-01-16 borsauto merge of #21113 : alexcrichton/rust/plug-a-hole...
2015-01-16 borsauto merge of #21162 : apasel422/rust/issue-16530,...
2015-01-16 borsauto merge of #20972 : FlaPer87/rust/oibit-send-and...
2015-01-16 Flavio PercocoNegative impls are considered safe
2015-01-12 borsMerge pull request #20968 from estsauver/20762
2015-01-12 borsMerge pull request #20903 from XMPPwocky/deadlink1
2015-01-08 Alex Crichtonrollup merge of #20693: EchoAce/intro-oboe
2015-01-06 Alex Crichtonrollup merge of #20570: sanxiyn/no-analysis
2015-01-06 Alex Crichtonrollup merge of #20557: cactorium/prettyprinters
2015-01-06 Alex Crichtonrollup merge of #20594: nikomatsakis/orphan-ordered
2015-01-06 Alex Crichtonrollup merge of #20554: huonw/mut-pattern
2015-01-06 Alex Crichtonrollup merge of #20548: tshepang/fix-ping-pong-benchmark
2015-01-06 Alex Crichtonrollup merge of #20519: ville-h/rwlock-rename
2015-01-06 Alex Crichtonrollup merge of #20518: nagisa/weighted-bool
2015-01-06 Alex Crichtonrollup merge of #20517: nikomatsakis/safety-issue-19997
2015-01-06 Alex Crichtonrollup merge of #20511: csouth3/derive-lint
2015-01-06 Alex Crichtonrollup merge of #20483: nagisa/rng-copy
2015-01-06 Alex Crichtonrollup merge of #20478: SeanTAllen/master
2015-01-06 Alex Crichtonrollup merge of #20424: jroesch/tuple-struct-where...
2015-01-06 Alex Crichtonrollup merge of #20258: sanxiyn/show-span-2
2015-01-06 Alex Crichtonrollup merge of #20197: pczarn/ring_buf-collections...
2015-01-06 Alex Crichtonrollup merge of #20099: P1start/parse-more-macro-ops
2015-01-06 Alex Crichtonrollup merge of #20092: barosl/rustdoc-line-number...
2015-01-06 Alex Crichtonrollup merge of #19998: th0114nd/unicode-bottom
2015-01-06 Alex Crichtonrollup merge of #19888: steveklabnik/gh19861
2015-01-06 Alex Crichtonrollup merge of #19235: bjz/reference
2015-01-05 borsauto merge of #20451 : brson/rust/installer, r=alexcrichton
2015-01-05 borsauto merge of #20395 : huonw/rust/char-stab-2, r=aturon
2015-01-05 borsauto merge of #20285 : FlaPer87/rust/oibit-send-and...
2015-01-04 Flavio PercocoAdd syntax for negative implementations of traits
2015-01-03 borsauto merge of #19835 : pythonesque/rust/add-unordered...
2014-12-24 Johannes HoffMerge branch 'master' into cfg_tmp_dir
2014-12-21 Alex Crichtonrollup merge of #19823: iKevinY/doc-fixes
2014-12-21 Alex Crichtonrollup merge of #19727: lfairy/patch-1
2014-12-21 Alex Crichtonrollup merge of #19651: Gankro/ptr-docs
2014-12-19 Niko MatsakisImplement "perfect forwarding" for HR impls (#19730).
2014-12-19 Niko MatsakisCreate distinct types for a PolyTraitRef (with bindings...
2014-12-18 borsauto merge of #19819 : vadimcn/rust/fix-demangle, r...
2014-12-17 Alex Crichtonrollup merge of #19871: pczarn/ring_buf-remove
2014-12-17 Alex Crichtonrollup merge of #19849: alexcrichton/second-pass-option
2014-12-17 Alex Crichtonrollup merge of #19846: nicholasbishop/bishops_magical_...
2014-12-17 Alex Crichtonrollup merge of #19845: jbranchaud/fix-indentation...
2014-12-17 Alex Crichtonrollup merge of #19838: shepmaster/invariant-lifetime...
2014-12-17 Alex Crichtonrollup merge of #19831: luqmana/deriving-where
2014-12-17 Alex Crichtonrollup merge of #19830: mchaput/patch-1
2014-12-17 Alex Crichtonrollup merge of #19827: japaric/clone-uc
2014-12-17 Alex Crichtonrollup merge of #19820: alexcrichton/deprecate-some...
2014-12-17 Alex Crichtonrollup merge of #19818: emk/regex_at_name_opt
2014-12-17 Alex Crichtonrollup merge of #19766: nick29581/coerce-raw
2014-12-17 Alex Crichtonrollup merge of #19764: lifthrasiir/that-stray-nul
2014-12-17 Alex Crichtonrollup merge of #19755: alexcrichton/rust-serialize
2014-12-17 Alex Crichtonrollup merge of #19753: brson/rust-installer
2014-12-17 Alex Crichtonrollup merge of #19743: steveklabnik/gh16143
2014-12-17 Alex Crichtonrollup merge of #19729: vhbit/ios-oibit-fix
2014-12-17 Alex Crichtonrollup merge of #19720: csouth3/vecmap-newtypes
2014-12-17 borsauto merge of #19799 : alexcrichton/rust/stop-panicking...
2014-12-16 borsauto merge of #19647 : nielsegberts/rust/master, r...
next