]> git.lizzy.rs Git - rust.git/history - src/librustc_trans
rollup merge of #19577: aidancully/master
[rust.git] / src / librustc_trans /
2014-12-09 Alex Crichtonrollup merge of #19577: aidancully/master
2014-12-09 Alex Crichtonrollup merge of #19576: nhoss2/master
2014-12-09 borsauto merge of #19466 : nikomatsakis/rust/recursion...
2014-12-09 borsauto merge of #19249 : barosl/rust/json-type-safety...
2014-12-09 borsauto merge of #19644 : pcwalton/rust/oibit3, r=nikomatsakis
2014-12-08 Niko Matsakislibrustc: Make `Copy` opt-in.
2014-12-08 borsauto merge of #19574 : erickt/rust/vec-reserve, r=alexc...
2014-12-08 borsauto merge of #19306 : steveklabnik/rust/gh19269, r...
2014-12-08 borsauto merge of #19560 : sfackler/rust/should-fail-reason...
2014-12-08 borsauto merge of #19555 : jbranchaud/rust/add-doctests...
2014-12-08 borsauto merge of #19378 : japaric/rust/no-as-slice, r...
2014-12-08 borsauto merge of #19561 : csouth3/rust/treeset-bitops...
2014-12-07 borsauto merge of #19548 : luqmana/rust/mfb, r=nikomatsakis
2014-12-07 borsauto merge of #19539 : cmr/rust/18959, r=nikomatsakis
2014-12-07 borsauto merge of #19522 : mukilan/rust/import-conflicts...
2014-12-07 borsauto merge of #19488 : jbranchaud/rust/add-btree-set...
2014-12-07 borsauto merge of #19407 : frewsxcv/rust/rm-reexports,...
2014-12-07 Jorge Apariciolibrustc_trans: remove unnecessary `as_slice` calls
2014-12-05 Corey FarwellUtilize fewer reexports
2014-12-05 Corey RichardsonMerge remote-tracking branch 'csouth3/trieset-bitops...
2014-12-05 Luqman Adenlibrustc: Don't reuse same alloca for match on struct...
2014-12-05 Corey Richardsonrollup merge of #19553: sfackler/issue-19543
2014-12-05 Corey Richardsonrollup merge of #19534: scialex/liballoc-cfg
2014-12-05 Corey Richardsonrollup merge of #19530: aochagavia/remove-test
2014-12-05 Corey Richardsonrollup merge of #19528: aliblong/add_vecmap_capacity
2014-12-05 Corey Richardsonrollup merge of #19526: steveklabnik/gh19402
2014-12-05 Corey Richardsonrollup merge of #19525: steveklabnik/guide_edits
2014-12-05 Corey Richardsonrollup merge of #19520: csouth3/derefmut-unsized
2014-12-05 Corey Richardsonrollup merge of #19518: csouth3/trieset-bitops
2014-12-05 Corey Richardsonrollup merge of #19515: lifthrasiir/rustdoc-wrong-dedup
2014-12-05 Corey Richardsonrollup merge of #19513: lifthrasiir/rustdoc-fat-redirect
2014-12-05 Corey Richardsonrollup merge of #19512: cybergeek94/master
2014-12-05 Corey Richardsonrollup merge of #19503: lifthrasiir/xenophobic-rustdoc
2014-12-05 Corey Richardsonrollup merge of #19494: P1start/better-expected
2014-12-05 Corey Richardsonrollup merge of #19492: steveklabnik/remove_outdated_co...
2014-12-05 Corey Richardsonrollup merge of #19491: oli-obk/libtest_tojson_dependency
2014-12-05 Corey Richardsonrollup merge of #19483: cgaebel/copy_memory-comment
2014-12-05 Corey Richardsonrollup merge of #19480: cmr/es6-escape
2014-12-05 Corey Richardsonrollup merge of #19474: luqmana/fl
2014-12-05 Corey Richardsonrollup merge of #19472: nick29581/iflet
2014-12-05 Corey Richardsonrollup merge of #19468: victorvde/master
2014-12-05 Corey Richardsonrollup merge of #19462: MatejLach/but-and_guide
2014-12-05 Corey Richardsonrollup merge of #19458: MatejLach/guess_style_fix_guide
2014-12-05 Corey Richardsonrollup merge of #19454: nodakai/libstd-reap-failed...
2014-12-05 Corey Richardsonrollup merge of #19453: pshc/rustdoc-check-a-href
2014-12-05 Corey Richardsonrollup merge of #19422: scialex/fix-fmt-macro-doc
2014-12-05 Corey Richardsonrollup merge of #19416: sfackler/global-stdin
2014-12-05 Corey Richardsonrollup merge of #19413: P1start/more-trailing-commas
2014-12-05 Corey Richardsonrollup merge of #19396: kulakowski/patch-1
2014-12-05 Corey Richardsonrollup merge of #19387: jauhien/fix-expand_quote_ty
2014-12-05 Corey Richardsonrollup merge of #19386: tbu-/pr_refcell_stuff
2014-12-05 Corey Richardsonrollup merge of #19364: steveklabnik/doc_buffered_reader
2014-12-05 Corey Richardsonrollup merge of #19359: japaric/clone-cow
2014-12-05 Corey Richardsonrollup merge of #19274: alexcrichton/rewrite-sync
2014-12-05 borsauto merge of #19334 : alexcrichton/rust/issue-19333...
2014-12-05 borsauto merge of #19362 : nikomatsakis/rust/crateification...
2014-12-05 borsauto merge of #19303 : nodakai/rust/libsyntax-reject...
2014-12-04 borsauto merge of #18980 : erickt/rust/reader, r=erickt
2014-12-04 Niko MatsakisSeparate the driver into its own crate that uses trans...
2014-12-04 Niko MatsakisMove typeck into its own crate.
2014-12-04 Niko MatsakisRemove dependencies on driver from trans et al. by...
2014-12-04 Niko MatsakisMove `typeck` logically in the module tree out to the...
2014-12-04 Niko MatsakisMove infer out of `middle::typeck` and into just `middle`.
2014-12-04 Niko MatsakisMove various data structures out of typeck and into ty.
2014-12-04 borsauto merge of #19170 : erickt/rust/rustup, r=erickt
2014-12-04 borsauto merge of #19167 : japaric/rust/rhs-cmp, r=aturon
2014-12-04 borsauto merge of #19449 : nikomatsakis/rust/unboxed-closur...
2014-12-04 Niko MatsakisAdjust nits from pcwalton.
2014-12-04 Niko MatsakisAdd a cache so we don't create so many shims.
2014-12-04 Niko MatsakisImplement the `Fn` trait for bare fn pointers in the...
2014-12-04 borsauto merge of #18613 : steveklabnik/rust/ownership_guid...
2014-12-04 borsauto merge of #18770 : pczarn/rust/hash_map-explicit...
2014-12-03 borsauto merge of #18749 : nikomatsakis/rust/builtin-bounds...
2014-12-03 Jorge AparicioFix fallout
2014-12-03 Jorge AparicioReplace `equiv` method calls with `==` operator sugar
2014-12-03 Niko MatsakisFIXME(#19481) -- workaround valgrind cleanup failure...
2014-12-02 borsauto merge of #19443 : nodakai/rust/another-missing...
2014-12-02 borsauto merge of #19357 : michaelwoerister/rust/fix-issue...
2014-12-02 borsauto merge of #19427 : scialex/rust/doc-attr-macros...
2014-12-02 Michael Woeristerdebuginfo: Fix multi-byte character related bug in...
2014-12-02 borsauto merge of #19439 : nodakai/rust/liblibc-getsid...
2014-12-01 borsauto merge of #19405 : jfager/rust/de-match-pyramid...
2014-12-01 borsauto merge of #19417 : alexcrichton/rust/issue-19383...
2014-12-01 borsauto merge of #19425 : frewsxcv/rust/patch-1, r=stevekl...
2014-12-01 borsauto merge of #19418 : P1start/rust/unsafe-extern-trait...
2014-11-30 borsauto merge of #19415 : P1start/rust/error-message-fixes...
2014-11-30 borsauto merge of #19411 : lifthrasiir/rust/asm-clobbers...
2014-11-30 borsauto merge of #19369 : seanmonstar/rust/cow-str, r...
2014-11-30 Kang Seonghoontrans: Eliminated redundant allocations.
2014-11-30 borsauto merge of #19365 : frewsxcv/rust/getopts-cleanup...
2014-11-30 Kang Seonghoonsyntax: Make `asm!` clobbers a proper vector.
2014-11-29 borsauto merge of #19392 : murarth/rust/rustc-compile-twice...
2014-11-29 jfagerReplace some verbose match statements with their `if...
2014-11-29 MurarthFix rustc panic on second compile_input
2014-11-28 borsauto merge of #19366 : liigo/rust/mipsel-linux, r=alexc...
2014-11-28 borsauto merge of #19363 : michaelwoerister/rust/support...
2014-11-28 borsauto merge of #19354 : barosl/rust/strconv-doc-fix...
2014-11-27 borsauto merge of #19349 : tomjakubowski/rust/rustdoc-struc...
2014-11-27 borsauto merge of #19112 : steveklabnik/rust/doc_rc, r...
2014-11-27 Michael Woeristerdebuginfo: Make variables captured in unboxed closures...
next